#menue_links::before {
    background-color: #fff;
    background-origin: content-box;
  	background-image: url();
    background-position: 0 center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 1px solid #ccc;
    content: "";
    height: 130px;
    left: 0;
    padding: 5px;
  	padding-right: 35px;
    position: absolute;
    top: 0;
    width: 100%;
}
#menue_links {
    padding-top: 130px;
}
.ocollection::after, .cart_container::after, .tile-panel .image::after, #menue .menue_block_kopf::after {
    color: rgb(188,36,36);
}
.bg-primary, #menue .menue_block_kopf.menue_block_item_active {
    background-color: rgb(188,36,36);
}
a {
    color: black;
    text-decoration: none;
}
.progress-bar {
    background-color: rgb(188,36,36);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}

#ctl0_PortalLayoutContent_Main_personalLoginPortlet_extern,
#ctl0_PortalLayoutContent_Main_personalLoginPortlet_login label
{
  display:none;
}